com.supermap.data
Class EduLicense
- java.lang.Object
-
- com.supermap.data.EduLicense
-
Deprecated.
@Deprecated public class EduLicense extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static interface
EduLicense.EduLicenseApplyListener
Deprecated.The license activation licensestatic class
EduLicense.EduLicenseInfos
Deprecated.The information class after activating a license
-
Constructor Summary
Constructors Constructor and Description EduLicense()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description void
applyLicense()
Deprecated.Applies for an education license.static EduLicense
getInstance(android.content.Context context)
Deprecated.Gets the instance of the education license manager class.EduLicense.EduLicenseInfos
getLicenseInfos()
Deprecated.After activating the license, gets related informationjava.lang.String
getUrl()
Deprecated.Gets the education license addressvoid
setEduLicenseApplyListener(EduLicense.EduLicenseApplyListener listener)
Deprecated.Sets the license listener classvoid
setUrl(java.lang.String url)
Deprecated.Sets the service address
-
-
-
Method Detail
-
getInstance
public static EduLicense getInstance(android.content.Context context)
Deprecated.Gets the instance of the education license manager class.- Parameters:
context
- The context.- Returns:
- The instance of education license manager class.
-
applyLicense
public void applyLicense()
Deprecated.Applies for an education license. Before applying for an education license, you need to set url.
-
getUrl
public java.lang.String getUrl()
Deprecated.Gets the education license address- Returns:
- address
-
setUrl
public void setUrl(java.lang.String url)
Deprecated.Sets the service address- Parameters:
url
- License service URI
-
getLicenseInfos
public EduLicense.EduLicenseInfos getLicenseInfos()
Deprecated.After activating the license, gets related information- Returns:
- License-related information
-
setEduLicenseApplyListener
public void setEduLicenseApplyListener(EduLicense.EduLicenseApplyListener listener)
Deprecated.Sets the license listener class- Parameters:
listener
- the listener
-
-